Clean Up Custom CI Images#1746
Merged
Merged
Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 9 | 0 | 0 | 0.86s | |
| markdownlint | 8 | 0 | 1 | 0 | 1.16s | |
| ✅ PYTHON | ruff | 1039 | 0 | 0 | 0 | 0.97s |
| ✅ PYTHON | ruff-format | 1039 | 0 | 0 | 0 | 0.46s |
| ✅ YAML | prettier | 23 | 0 | 0 | 0 | 1.47s |
| ✅ YAML | v8r | 23 | 0 | 0 | 5.24s | |
| ✅ YAML | yamllint | 23 | 0 | 0 | 0.76s |
Detailed Issues
⚠️ MARKDOWN / markdownlint - 1 error
.claude/CLAUDE.md:88:401 error MD013/line-length Line length [Expected: 400; Actual: 592]
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts

Show us your support by starring ⭐ the repository
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1746 +/- ##
==========================================
+ Coverage 81.59% 81.68% +0.09%
==========================================
Files 215 215
Lines 26417 26417
Branches 4171 4171
==========================================
+ Hits 21555 21580 +25
+ Misses 3455 3435 -20
+ Partials 1407 1402 -5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
e6388e9 to
b73e116
Compare
hmstepanek
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Remove the need for all custom CI images published to docker hub by building them at runtime from within the CI container.